home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Codemasters Artwork Disc ECTS 2000 ( UK)
/
Codemasters - Artwork Disc ECTS 2000 (UK).bin
/
pc
/
main.dxr
/
00043_INSTALL QT.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-01-01
|
230 b
|
11 lines
on mouseUp me
if the machineType <> 256 then
filei = the moviePath & "data:QT:mac:QuickTime Installer"
open(filei)
else
filei = the moviePath & "data\QT\win\QTINSTAL.exe"
open(filei)
put filei
end if
end